Removes an index from the collection.
Namespace:
C1.LiveLinq.IndexingAssembly: C1.LiveLinq (in C1.LiveLinq.dll)
Syntax
C# |
---|
public bool Remove( Index<T> index ) |
Visual Basic |
---|
Public Function Remove ( _ index As Index(Of T) _ ) As Boolean |
Parameters
- index
- Type: C1.LiveLinq.Indexing..::..Index<(Of <(<'T>)>)>
The index to remove.